Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 592 Bytes

File metadata and controls

15 lines (9 loc) · 592 Bytes

CLI

fc-list : file           # Print all font files known from cache

fc-cache -f              # Force build cache
fc-cache -f -v           # Same with debug output

When you only want to work with specific paths

chmod -R 0755 <path>     # Ensure to make directory writable
fc-cache -f <path>       # Create cache for only the given directory

Misc